home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TFORM12 / TFORM12.txt
Text File  |  1997-04-30  |  3KB  |  166 lines

  1. object Form12: TForm12
  2.   Left = 250
  3.   Top = 159
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form12'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 11
  22.     Top = 220
  23.     Width = 471
  24.     Height = 10
  25.     Shape = bsBottomLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 10
  29.     Top = 240
  30.     Width = 80
  31.     Height = 13
  32.     Caption = 'Application Path:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 95
  36.     Top = 240
  37.     Width = 32
  38.     Height = 13
  39.     Caption = 'Label2'
  40.   end
  41.   object Label7: TLabel
  42.     Left = 145
  43.     Top = 10
  44.     Width = 331
  45.     Height = 31
  46.     AutoSize = False
  47.     Caption = 
  48.       'Welcome at the Service Setup, You can choose to  Add/Delete Comp' +
  49.       'onents, Reinstall or Uninstall the Application'
  50.     WordWrap = True
  51.   end
  52.   object Button1: TButton
  53.     Left = 315
  54.     Top = 240
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Next >'
  58.     Enabled = False
  59.     TabOrder = 0
  60.   end
  61.   object Button2: TButton
  62.     Left = 240
  63.     Top = 240
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '< &Back'
  67.     Enabled = False
  68.     TabOrder = 1
  69.   end
  70.   object Button3: TButton
  71.     Left = 407
  72.     Top = 240
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = '&Cancel'
  77.     TabOrder = 2
  78.     OnClick = Button3Click
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 145
  82.     Top = 40
  83.     Width = 336
  84.     Height = 171
  85.     TabOrder = 3
  86.     object Label3: TLabel
  87.       Left = 160
  88.       Top = 120
  89.       Width = 171
  90.       Height = 41
  91.       AutoSize = False
  92.       Caption = 
  93.         'This option will Uninstall all installed components and remove t' +
  94.         'he shortcuts in the startmenu.'
  95.       WordWrap = True
  96.     end
  97.     object Label4: TLabel
  98.       Left = 160
  99.       Top = 15
  100.       Width = 171
  101.       Height = 41
  102.       AutoSize = False
  103.       Caption = 'With this option you can add or remove components.'
  104.       WordWrap = True
  105.     end
  106.     object Label5: TLabel
  107.       Left = 160
  108.       Top = 65
  109.       Width = 171
  110.       Height = 41
  111.       AutoSize = False
  112.       Caption = 
  113.         'With this option Setup will install the Application again to rep' +
  114.         'ear lost files and configurations.'
  115.       WordWrap = True
  116.     end
  117.     object Button4: TButton
  118.       Left = 10
  119.       Top = 120
  120.       Width = 141
  121.       Height = 25
  122.       Caption = 'Remove All'
  123.       TabOrder = 2
  124.       OnClick = Button4Click
  125.     end
  126.     object Button5: TButton
  127.       Left = 10
  128.       Top = 15
  129.       Width = 141
  130.       Height = 25
  131.       Caption = 'Add/Remove Components'
  132.       Default = True
  133.       TabOrder = 0
  134.       OnClick = Button5Click
  135.     end
  136.     object Button6: TButton
  137.       Left = 10
  138.       Top = 65
  139.       Width = 141
  140.       Height = 25
  141.       Caption = 'Reinstall '
  142.       TabOrder = 1
  143.       OnClick = Button6Click
  144.     end
  145.   end
  146.   object Panel1: TPanel
  147.     Left = 10
  148.     Top = 10
  149.     Width = 121
  150.     Height = 211
  151.     BevelOuter = bvNone
  152.     BorderStyle = bsSingle
  153.     Caption = 'Panel1'
  154.     TabOrder = 4
  155.     object Image2: TImage
  156.       Left = 0
  157.       Top = 0
  158.       Width = 117
  159.       Height = 207
  160.       Align = alClient
  161.       AutoSize = True
  162.       Center = True
  163.     end
  164.   end
  165. end
  166.